home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / quicktime / streaming / qtstreammsg / readme < prev   
Encoding:
Text File  |  2000-09-28  |  969 b   |  22 lines

  1. README - QTStreamMsg
  2.  
  3. This snippet shows a few ways to work with the messages that are displayed
  4. in the controller bar of a streaming movie. For instance, when a connection
  5. is first established to the streaming server, you'll typically see a series
  6. of messages like "Connecting", "Negotiating", "Buffering", and the like.
  7. This sample code illustrates:
  8.  
  9.     (1) how to determine the status message that is about to be displayed
  10.     (2) how to substitute your own message for a particular streaming message
  11.     (3) how to suppress the streaming messages altogether
  12.     (4) how to display a message in the controller bar of a streaming movie
  13.  
  14. You perform task (4) by calling the QTStreamMsg_IssueMessage defined in the file
  15. QTStreamMsg.c. To perform the others, you need to have a movie controller action
  16. filter procedure installed by your application. The function QTStreamMsg_ActionFilterProc
  17. defined in QTStreamMsg.c shows how to perform (1), (2), and (3).
  18.  
  19. Enjoy,
  20. QuickTime Team
  21.  
  22.